Hi,
We are using the Rest API. Following is the response of Notes API:
{
“notes”: [
{
“id”: “PWL7QXS”,
“user”: {
“id”: “PXPGF42”,
“type”: “user_reference”,
“summary”: “Earline Greenholt”,
“self”: “https://api.pagerduty.com/users/PXPGF42”,
“html_url”: “https://subdomain.pagerduty.com/users/PXPGF42”
},
“content”: “Firefighters are on the scene.”,
“created_at”: “2013-03-06T15:28:51-05:00”
}
]
}
We have seen that all other end points are working on Time zone UTC 0 but this particular is giving date with timezone. So there are mainly 2 questions:
- Which time zone is it refering? it is PagerDuty Time Zone?
- How to get this data in UTC 0 format?
Regards,
Sonal